home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the locV of sprite 4 to the locV of sprite 4 + random(2)
- set the locV of sprite 5 to the locV of sprite 5 + random(4)
- set the locV of sprite 6 to the locV of sprite 6 + random(3)
- if the timer < 3030 then
- if the loaded of member "redbacker" = 0 then
- preloadMember("redbacker")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(80)
- end
-